object formProxysettings: TformProxysettings Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Proxy Settings' ClientHeight = 241 ClientWidth = 409 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 409 241) PixelsPerInch = 96 TextHeight = 13 object bnOk: TButton Left = 312 Top = 208 Width = 89 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 ExplicitTop = 232 end object bnCancel: TButton Left = 216 Top = 208 Width = 89 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 ExplicitTop = 232 end object groupProxySettings: TGroupBox Left = 8 Top = 8 Width = 393 Height = 193 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Proxy Settings' TabOrder = 2 ExplicitHeight = 217 DesignSize = ( 393 193) object labelHost: TLabel Left = 16 Top = 56 Width = 41 Height = 13 AutoSize = False Caption = 'Host:' end object labelPort: TLabel Left = 288 Top = 56 Width = 41 Height = 13 Anchors = [akTop, akRight] AutoSize = False Caption = 'Port:' end object labelUsername: TLabel Left = 16 Top = 136 Width = 73 Height = 13 AutoSize = False Caption = 'Username:' end object labelPassword: TLabel Left = 16 Top = 160 Width = 73 Height = 13 AutoSize = False Caption = 'Password:' end object cbUseProxy: TCheckBox Left = 16 Top = 24 Width = 361 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Use a proxy to connect to the Internet' TabOrder = 0 end object editPort: TEdit Left = 328 Top = 53 Width = 49 Height = 21 Anchors = [akTop, akRight] TabOrder = 2 Text = '8080' end object editHost: TEdit Left = 48 Top = 53 Width = 225 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'localhost' end object panelDivider: TPanel Left = 16 Top = 88 Width = 361 Height = 2 Anchors = [akLeft, akTop, akRight] BevelOuter = bvLowered TabOrder = 4 end object cbUseCredentials: TCheckBox Left = 16 Top = 104 Width = 361 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Use credentials to authenticate with proxy server' TabOrder = 3 OnClick = cbUseCredentialsClick end object editUsername: TEdit Left = 88 Top = 133 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 5 end object editPassword: TEdit Left = 88 Top = 157 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 6 end end object bnImport: TButton Left = 8 Top = 208 Width = 185 Height = 25 Anchors = [akRight, akBottom] Caption = 'Import from Internet Explorer' Enabled = False TabOrder = 3 OnClick = bnImportClick ExplicitTop = 232 end end